home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / mui / mcc-install / mcc-install.readme < prev    next >
PGP Signed Message  |  1999-11-29  |  4KB  |  101 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3. Short:        Universal MUI custom class installer script
  4. Version:      43.27
  5. Uploader:     hofmann@hofmann-int.de (Dipl.-Inform. Kai Hofmann)
  6. Author:       hofmann@hofmann-int.de (Dipl.-Inform. Kai Hofmann)
  7. Type:         dev/mui
  8. Requires:     Installer
  9.  
  10. MCC-Install is an installer script for MUI Custom Classes that is highly
  11. modular to be reusable for other installer scripts.
  12.  
  13. MCC-Install features:
  14.  
  15.  - Follows the V43 Installer Style Guide
  16.  - Works with InstallerNG 1.3
  17.  - Correctly supports the different user levels
  18.  - Install new/update mode
  19.  - Uninstallation
  20.  - Supports Installers prior to V43
  21.  - Highly automated
  22.  - Very flexible
  23.  - Very intelligent (for an installer-script ;-)
  24.  - It uses WrapGuide (if present) for the AmigaGuide® documentation if running
  25.    under a pre V39 system.
  26.  - Autodetects the CPU/FPU
  27.  - Autodetects the OS version
  28.  - Autodetects the MUI version
  29.  - Autodetects existing files within the distribution archive
  30.  - Installs the optimal 68010-68060 binary if available
  31.  - Supports the following document formats:
  32.    ASCII, AmigaGuide®, HTML
  33.  - It supports the following languages:
  34.    English, German, French, Danish, Italian, Dutch, Swedish, Polish, Finnish,
  35.    Greek, Czech, Russian
  36.  - Supports source code installation for the following programming
  37.    languages:
  38.    C, Assembler, Amiga-E, Modula II, Oberon, ARexx, Cluster, Blitz Basic 2
  39.  - It can be reused by (hopefully) all other MUI custom classes since the
  40.    authors of custom classes need to change only a few things:
  41.    * The #copyright variable
  42.    * The #min_os_version and #min_os_revision variables
  43.    * The #min_mui_version and #min_mui_revision variables
  44.    * The #language_mcc and #language_mcp variables
  45.    * The P_CustomExists, P_CustomInstall and P_CustomUninstall procedures
  46.    * The 'APPNAME' tooltype within the MCC-Install icon
  47.  
  48.  
  49. Now, before you go on, you should validate whether all files are unmodified,
  50. use the md5sum utility together with the checksums appended to this text.
  51. Just type:
  52.  
  53.         md5sum -cv MCC-Install.readme
  54.  
  55. and all files in the distribution will be checked. This file itself is
  56. signed with my key, so a simple
  57.  
  58.         pgp -ka MCC-Install.readme
  59.         pgp MCC-Install.readme
  60.  
  61. will check the integrity of this text, too.
  62.  
  63.  
  64. Dipl.-Inform. Kai Hofmann
  65. hofmann@hofmann-int.de
  66.  
  67.  
  68.  
  69.  
  70. 6ba3d318bcb74f1152ca3766bd4e8468  MCC-Install.pi
  71. 568566465ab54aa69b899ca337eee72f  MCC-Install
  72. d9f1bb08d9789e8c87dae870bae2f92f  Docs/English/MCC-Install.doc
  73. 4840ce1c659a491492fc55f6ac5bcb8c  Docs/English/MCC-Install.guide
  74. f3fadb1c20a034cb2d7aa71fbd775c04  Docs/English/MCC-Install_Dev.doc
  75. 2118f968350c0d322713de72eecfd8d4  Docs/English/MCC-Install_Dev.guide
  76.  
  77. -----BEGIN PGP SIGNATURE-----
  78. Version: 2.6.3ia
  79. Charset: latin1
  80. Comment: Requires PGP version 2.6 or later.
  81.  
  82. iQCVAgUBOCiCPfiw0jcNaWkBAQF78gP/TGRpS3nx5TI/DRm8fDtMkr63Sra7uhWP
  83. d/n5yY8tR7rbd8mij5yV3epqDSucNEAssY3+BdLb4cxLURW40ECPvclqpu050+Nl
  84. JZ5dDUyJhQ9/mySflhXb8iJIkC2/0urqZxFM7NqqpIvnnWOGRy/P5QDevhgFwXDp
  85. QsaRSibXWlc=
  86. =y2ld
  87. -----END PGP SIGNATURE-----
  88. -----BEGIN PGP PUBLIC KEY BLOCK-----
  89. Version: 2.6.3ia
  90. Comment: Requires PGP version 2.6 or later.
  91.  
  92. mQCNAi+tJrEAAAEEAOKuSawrRwTVyKhrvt3tbS+V7JCiVYlHVXTwiK3bN9H8Nd2T
  93. UfwpMYW0RQUnlxP/BT46Y7zvpzEfkFCZxCVeOjfVpUxfsKK0nUdxhdrzrw4zSJQZ
  94. Rbc26sUhg8qciHXzg3NXPihSiCErl+k5HMNl62YVU9u8Tb2DRPiw0jcNaWkBAAUR
  95. tDJEaXBsLi1JbmZvcm0uIEthaSBIb2ZtYW5uIDxob2ZtYW5uQGhvZm1hbm4taW50
  96. LmRlPrQqSG9mbWFubiBTb2Z0d2FyZSBFbmdpbmVlcmluZyBJbnRlcm5hdGlvbmFs
  97. tDZEaXBsLi1JbmZvcm0uIEthaSBIb2ZtYW5uIDxodHRwOi8vd3d3LmhvZm1hbm4t
  98. aW50LmRlLz4=
  99. =N+AP
  100. -----END PGP PUBLIC KEY BLOCK-----
  101.